Q3SpotLight_SetOuterAngle
You can use theQ3SpotLight_SetOuterAngle
function to set the outer angle of a spot light.
TQ3Status Q3SpotLight_SetOuterAngle ( TQ3LightObject light, float outerAngle);
light
- A spot light object.
outerAngle
- The desired outer angle of the specified light, in radians.
DESCRIPTION
TheQ3SpotLight_SetOuterAngle
function sets the outer angle of the spot light specified by thelight
parameter to the value passed in theouterAngle
parameter.